home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / IPC / Mailslots / Delphi / ServerMainFormUnit.dfm / ServerMainFormUnit.txt
Encoding:
Text File  |  1999-08-28  |  803 b   |  42 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 371
  5.   Height = 300
  6.   Caption = 'Mailslot server (reader)'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefaultPosOnly
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 363
  21.     Height = 254
  22.     Align = alClient
  23.     BorderStyle = bsNone
  24.     TabOrder = 0
  25.   end
  26.   object Timer1: TTimer
  27.     Interval = 10
  28.     OnTimer = Timer1Timer
  29.     Left = 24
  30.     Top = 24
  31.   end
  32.   object MainMenu1: TMainMenu
  33.     Left = 88
  34.     Top = 24
  35.     object LaunchChildApp1: TMenuItem
  36.       Caption = '&Launch Child App'
  37.       ShortCut = 0
  38.       OnClick = LaunchChildApp1Click
  39.     end
  40.   end
  41. end
  42.